using UnityEngine;
using UnityEngine.UI;
using System;
using Object = UnityEngine.Object;

namespace MagicaCloth
{
    public class SliderStart : MonoBehaviour
    {
        void Start()
        {
            throw new NotImplementedException();
        }
    }
}